Hugging Face
Quick Start Guide
Note: AI_MODEL should stay default
unless there is a folder in prompts
specific to the model that you're using. You can also create one and add your own prompts.
Update your agent settings
- Set
AI_PROVIDER
tohuggingface
. - Set
MODEL_PATH
to the path of your llama.cpp model (for docker containersmodels/
is mapped to/model
) - Set
AI_MODEL
todefault
or the name of the model from theprompts
folder. - Set
AI_TEMPERATURE
to a value between 0 and 1. The higher the value, the more creative the output. - Set
MAX_TOKENS
to the maximum number of input tokens.